home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: lgatsdm2.inf
- ;
- ; Function:
- ; Install the LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM) on Win2000
- ;
- ; Copyright (c) 1997-2001 MCCI
- ;
- ; $Id: lower2k.inf,v 1.20 2002/04/11 14:34:42 greg Exp $
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=10/15/2002, 3.35.0.600
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"lgatserd.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- lgatserd.sys = 1
- lgatcmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
- CopyFiles = 12 ; system32\drivers
- CopyFiles.Win2K = 12 ;
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %LG%=LG
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [LG]
- %LG.Comm.Desc% = LG.Install, USB\VID_1004&PID_6000&Class_FF&SubClass_FF&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [LG.Install.nt]
- AddReg = LG.AddReg,LG.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [LG.AddReg]
- HKR,,NTMPDriver,,lgatserd.sys
-
- ; only for NT...
- [LG.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- lgatserd.sys
- lgatcm.sys,lgatcmnt.sys
- lgatcmnt.sys
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
- [LG.Install.NT.Services]
- AddService = lgatserd, 0x00000002, LG.Install.AddService
-
- [LG.Install.AddService]
- DisplayName = %LG.Service.Name%
- Description = %LG.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\lgatserd.sys
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "LG Electronics Inc."
- LG = "LG Electronics Inc."
- DiskString = "LG CDMA USB Diagnostic Serial Port Drivers installation disk"
-
- LG.Comm.Desc = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
- LG.Service.Name = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
- LG.Service.Desc = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
-
- CustomerDataPath = "LG CDMA USB Modem"
- DriverSet = "LG CDMA USB Modem Software"
- UninstallFile = "LGATUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-